home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Demos
/
ByCompany
/
SUMERIS
/
QuantaFlow
/
QuantaFlow.app
/
English.lproj
/
PlanAuxClients.nib
/
data.classes
next >
Wrap
Text File
|
1994-03-07
|
3KB
|
207 lines
SwapView = {
ACTIONS = {
eraseView:;
};
OUTLETS = {
swapList;
currentView;
};
SUPERCLASS = View;
};
InterfaceCtrl = {
ACTIONS = {
deleteRow:;
clear:;
select:;
save:;
addRow:;
insertRow:;
insert:;
reload:;
destinationChanged:;
selectFirstText:;
clearInterface:;
};
OUTLETS = {
firstText;
interface;
};
SUPERCLASS = TableCtrl;
};
WindowCtrl = {
ACTIONS = {
windowWillClose:;
print:;
insert:;
update:;
windowDidUpdate:;
save:;
clear:;
delete:;
changeLayout:;
load:;
new:;
importTextFile:;
show:;
sizeToMinWidth:;
windowDidBecomeMain:;
windowDidBecomeKey:;
};
OUTLETS = {
window;
printedView;
printInfo;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
QuantaWindowCtrl = {
ACTIONS = {
};
OUTLETS = {
database;
company;
};
SUPERCLASS = WindowCtrl;
};
PlanAuxFournisseurs = {
SUPERCLASS = PlanAux;
};
CompanySwapView = {
ACTIONS = {
swapCompanyList:;
reload:;
click:;
doubleClick:;
};
OUTLETS = {
browserBox;
owner;
browserTypeButton;
scrollView;
scrollViewBox;
browser;
browserNameField;
};
SUPERCLASS = SwapView;
};
MatrixScrollView = {
ACTIONS = {
print:;
select:;
changeFont:;
changeLayout:;
selectionDidChange:;
};
OUTLETS = {
matrixClass;
cellClass;
dv;
textDelegate;
tv;
primaryMatrix;
titleFont;
fillBlock;
backgroundMatrix;
delegate;
keyDownField;
tcv;
font;
matrixPrototype;
};
SUPERCLASS = ScrollView;
};
QISideSplitView = {
OUTLETS = {
delegate;
};
SUPERCLASS = View;
};
QuantaCtrl = {
OUTLETS = {
baseCompta;
};
SUPERCLASS = Object;
};
QITableView = {
ACTIONS = {
reloadRow:;
reload:;
};
OUTLETS = {
tableCtrl;
};
SUPERCLASS = MatrixScrollView;
};
TableCtrl = {
ACTIONS = {
clear:;
select:;
save:;
deleteAllRows:;
insert:;
update:;
delete:;
};
OUTLETS = {
delegate;
joinTableCtrl;
database;
};
SUPERCLASS = Object;
};
PlanAux = {
ACTIONS = {
new:;
addTiers:;
save:;
computeSolde:;
singleClick:;
showTiersWindowCtrl:;
delete:;
load:;
destinationChanged:;
};
OUTLETS = {
planAuxCtrl;
planAuxDetailBox;
currentAmountField;
tiersTypePopUpButton;
paymentType;
planAuxEditCtrl;
aNouveauField;
detailBox;
includePopUpButton;
tiersCtrl;
periodAmountField;
numDayField;
clotureAmountField;
tiersTitle;
buttonMatrix;
sideSplitView;
planCtrl;
finDeMoisSwitch;
compteTitle;
box;
planAuxScrollView;
tiersNameField;
dayNumField;
};
SUPERCLASS = QuantaWindowCtrl;
};
PaymentType = {
ACTIONS = {
load:;
popUpAction:;
};
OUTLETS = {
popUpButton;
codeField;
};
SUPERCLASS = Object;
};